FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / NullableObjectConverter<T> Class / CanConvertTo Method / CanConvertTo(ITypeDescriptorContext,Type) Method

In This Topic
    CanConvertTo(ITypeDescriptorContext,Type) Method
    In This Topic
    Checks whether the converter can convert to a given type.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CanConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal destinationType As Type _
    ) As Boolean
    public override bool CanConvertTo( 
       ITypeDescriptorContext context,
       Type destinationType
    )

    Parameters

    context
    destinationType
    See Also